Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workflows: Upgrade actions to latest versions. #356

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

ivucica
Copy link
Contributor

@ivucica ivucica commented Sep 17, 2024

This updates actions to:

  • actions/checkout@v4
  • actions/setup-python@v5
  • actions/setup-node@v4
  • actions/upload-artifact@v4
  • microsoft/[email protected]

This is because of the following error which we have been receiving in the CI:

Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/

This does not attempt to fix the pre-existing build issues caused by typing problems introduced in other commits.

This updates actions to:

* `actions/checkout@v4`
* `actions/setup-python@v5`
* `actions/setup-node@v4`
* `actions/upload-artifact@v4`
* `microsoft/[email protected]`

This is because of the following error which we have been receiving in the CI:

```
Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
```

This does not attempt to fix the pre-existing build issues caused by typing
problems introduced in other commits.
@ivucica
Copy link
Contributor Author

ivucica commented Sep 17, 2024

Note, this will be likely sent as an internal code change instead -- this is sent as a PR to try out external CI.

@copybara-service copybara-service bot merged commit 3b86521 into google:master Sep 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant